home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-06-12 | 611 b | 30 lines | [TEXT/GEOL] |
- Enclosure: table.emptyTable.pkg
-
-
- Verb
- table.emptyTable
-
- Syntax
- table.emptyTable (tableAdr)
-
- Parameters
- tableAdr is the address of a table that will be emptied.
-
- Action
- Deletes all objects contained in the table without confirmation.
-
- Returns
- The number of objects that were deleted.
-
- Examples
- table.emptyTable (@system.deskscripts)
- « 15 «there were 15 scripts in this table
-
- sizeof (system.deskscripts)
- « 0 «now there are none
-
- Notes
- This verb is useful when a suite is being imported and it wants to empty
- out a table of objects.
- Author: EL.GRANDE
-